home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 05d.dir / 00050.ls < prev    next >
Encoding:
Text File  |  1999-04-27  |  405 b   |  20 lines

  1. cursor(-1)
  2. repeat with i = 5 to 7
  3.   set the cursor of sprite i to 3
  4. end repeat
  5. repeat with i = 15 to 17
  6.   set the cursor of sprite i to 3
  7. end repeat
  8. repeat with i = 30 to 31
  9.   set the cursor of sprite i to 3
  10. end repeat
  11. repeat with i = 47 to 48
  12.   set the cursor of sprite i to 3
  13. end repeat
  14. if rollOver(7) then
  15.   set the visible of sprite 9 to 1
  16. else
  17.   set the visible of sprite 9 to 0
  18. end if
  19. go(the frame)
  20.